LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ContainsKey Method (DictionaryWithEvents<TKey,TValue>)

Show in webframe






The key to locate in the DictionaryWithEvents<TKey,TValue>.
Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key.
Syntax
public bool ContainsKey( 
   TKey key
)
'Declaration
 
Public Function ContainsKey( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.ContainsKey(key)

            

            
public: bool ContainsKey( 
   TKey* key
) 
public:
bool ContainsKey( 
   TKey* key
) 

Parameters

key
The key to locate in the DictionaryWithEvents<TKey,TValue>.

Return Value

true if the Dictionary{TKey, TValue} contains an element with the specified key; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.